home *** CD-ROM | disk | FTP | other *** search
- inherited frmIf: TfrmIf
- HelpContext = 46
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- inherited pnlTop: TPanel
- inherited lblCommandName: TLabel
- Caption = ''
- end
- inherited img1616: TImage
- Left = 444
- Top = 60
- Width = 12
- Height = 12
- end
- inherited memActionDesc: TMemo
- Top = 19
- Height = 54
- Lines.Strings = (
- 'Begin a block of steps that are executed conditionally.')
- end
- end
- inherited pnlCenter: TPanel
- inherited pgcControlPage: TPageControl
- inherited tbsAM5Main: TTabSheet
- object lblIf: TLabel
- Left = 28
- Top = 81
- Width = 21
- Height = 13
- AutoSize = False
- Caption = '&If:'
- FocusControl = edtIf
- end
- object lblNote: TLabel
- Left = 10
- Top = 16
- Width = 449
- Height = 41
- AutoSize = False
- Caption =
- 'NOTE: Using % to delimit variables is optional, but all string ' +
- 'literals (i.e. strings to be taken as themselves) must be enclos' +
- 'ed in double quotes (e.g. "string literal")'
- WordWrap = True
- end
- object rdoSimple: TRadioButton
- Left = 10
- Top = 56
- Width = 389
- Height = 17
- Caption = '&Simple'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = rdoSimpleClick
- end
- object edtIf: TEdit
- Left = 52
- Top = 76
- Width = 407
- Height = 21
- TabOrder = 1
- end
- object cboOperators: TComboBox
- Left = 52
- Top = 109
- Width = 182
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- end
- object edtThan: TEdit
- Left = 52
- Top = 142
- Width = 407
- Height = 21
- TabOrder = 3
- end
- object rdoComplex: TRadioButton
- Left = 10
- Top = 175
- Width = 389
- Height = 17
- Caption = '&Complex'
- TabOrder = 4
- OnClick = rdoComplexClick
- end
- object edtComplex: TEdit
- Left = 52
- Top = 195
- Width = 407
- Height = 21
- TabOrder = 5
- end
- end
- end
- end
- inherited dxSIBarManager: TdxBarManager
- Categories.ItemsVisibles = (
- 2)
- Categories.Visibles = (
- True)
- PopupMenuLinks = <
- item
- Control = lsvAM5Errors
- PopupMenu = dxCheckPopup
- end>
- Left = 140
- DockControlHeights = (
- 0
- 0
- 0
- 0)
- end
- inherited dxCheckPopup: TdxBarPopupMenu
- ItemLinks = <
- item
- Item = itmCheckAllErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end
- item
- Item = itmCheckNoErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end>
- Left = 172
- end
- inherited IvTranslator1: TIvTranslator
- Left = 204
- end
- end
-